home *** CD-ROM | disk | FTP | other *** search
/ 600 Games / 600games.iso / Classicos / flashbox.swf / scripts / DefineButton2_118 / BUTTONCONDACTION on(release).as
Encoding:
Text File  |  2006-09-05  |  95 b   |  8 lines

  1. on(release){
  2.    tellTarget("/pit")
  3.    {
  4.       gotoAndPlay(1);
  5.    }
  6.    gotoAndStop(1);
  7. }
  8.